ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / RadioButtonElement Class / RadioButtonElement Constructor / RadioButtonElement Constructor(Object[])
An System.Array of objects to display as content.

In This Topic
    RadioButtonElement Constructor(Object[])
    In This Topic
    Initializes a new RadioButtonElement with specified content.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ParamArray content() As System.Object _
    )
    public RadioButtonElement( 
       params System.object[] content
    )

    Parameters

    content
    An System.Array of objects to display as content.
    See Also